home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 1998 November / IRIX 6.5.2 Base Documentation November 1998.img / usr / share / catman / p_man / cat3 / ftn / index.z / index
Text File  |  1998-10-30  |  1KB  |  67 lines

  1.  
  2.  
  3.  
  4. IIIINNNNDDDDEEEEXXXX((((3333FFFF))))                                                            IIIINNNNDDDDEEEEXXXX((((3333FFFF))))
  5.  
  6.  
  7.  
  8. NNNNAAAAMMMMEEEE
  9.      index - return location of FORTRAN substring
  10.  
  11. SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  12.      cccchhhhaaaarrrraaaacccctttteeeerrrr****NNNN1111 cccchhhh1111
  13.      cccchhhhaaaarrrraaaacccctttteeeerrrr****NNNN2222 cccchhhh2222
  14.      iiiinnnntttteeeeggggeeeerrrr iiii
  15.  
  16.      iiii ==== iiiinnnnddddeeeexxxx((((cccchhhh1111,,,, cccchhhh2222))))
  17.  
  18. DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  19.      The result of _i_n_d_e_x is an integer value indicating the position in the
  20.      first argument of the first substring which is identical to the second
  21.      argument.  The result of _i_n_d_e_x('_A_B_C_D_E_F','CD'), for example, would be 3.
  22.      If no substring of the first argument matches the second argument, the
  23.      result is zero.  _i_n_d_e_x returns the result type integer*2 if the ----iiii2222
  24.      compile option is in effect; otherwise, the result type is integer*4.
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.                                                                         PPPPaaaaggggeeee 1111
  64.  
  65.  
  66.  
  67.